home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd2.bin / program / dvdaudio / download / BeSweet / BeSweet.exe / BeSweet Wiz v0.1.txt < prev    next >
Encoding:
Text File  |  2003-10-10  |  5.0 KB  |  153 lines

  1. BeSweet Wizard v0.1 (10.10.2003)
  2. -------------------
  3.  
  4.  
  5.  
  6.  
  7. About:
  8. ------
  9.  
  10. A Wizard for BeSweet.
  11.  
  12.  
  13.  
  14.  
  15. Requirements:
  16. -------------
  17.  
  18. ***** All BeSweet Files Must Be in a "\BeSweet" Sub Directory of the Wizard *****
  19. ***** All Azidts  Files Must Be in a "\Azidts"  Sub Directory of the Wizard *****
  20.  
  21.  
  22.  
  23.  
  24. New:
  25. ----
  26.  
  27. BeSweet Wizard v0.1 (10.10.2003)
  28.  
  29. - Released as Final.
  30.  
  31.  
  32.  
  33.  
  34. History:
  35. --------
  36.  
  37. BeSweet Wizard v0.1 b22 (13.09.2003)
  38.  
  39. - Output Tab (OTA) : Fixed a Cosmetic Bug.
  40.  
  41.  
  42. BeSweet Wizard v0.1 b21 (06.09.2003)
  43.  
  44. - OTA (PreGain) : Added "Extract PEAK chunk" Option.
  45.  
  46.  
  47. BeSweet Wizard v0.1 b20 (03.09.2003)
  48.  
  49. - General          : Added Startup Mode Options. BeSweet GUI / BeSweet Wizard (Thanks Sectie.B)
  50. - Output Tab (OTA) : Added "Set Delay to" CheckBox                            (Thanks Ghim)
  51.  
  52.  
  53.  
  54.  
  55. Thanks to:
  56. ----------
  57.  
  58. Doom9:   Wizard Concept, Ideas, Helping and Testing.
  59. DSPguru: BeSweet, Motivation, Most Help and Support.
  60. DDogg:   Helping and Testing Early Betas.
  61.  
  62.  
  63.  
  64.  
  65. VB Code I Use in the Wizard:
  66. ----------------------------------------------------------------------------------------------------------------------
  67.  
  68. Code:         Add a OnMoving Event to your Forms
  69. Author:       Andrea Tincani (webmaster@andreavb.f2s.com)
  70. Date:
  71. Link:         http://www.andreavb.f2s.com/tip050003.html
  72.  
  73. ----------------------------------------------------------------------------------------------------------------------
  74.  
  75. Code:         Trap Windows Messages by Subclassing your Form
  76. Author:       TheScarms
  77. Date:
  78. Link:         http://www.thescarms.com/vbasic/subclassform.asp
  79.  
  80. ----------------------------------------------------------------------------------------------------------------------
  81.  
  82. Module:       Flat Comboboxes (Subclassed Comboboxes for Flat Effect)
  83. Author:       Garrett D. Sever (aka "The Hand")
  84. Date:         October 28, 2002 
  85. Link:         http://www.elitevb.com/content/01,0074,01/01.aspx
  86.  
  87. ----------------------------------------------------------------------------------------------------------------------
  88.  
  89. Class:        CDlgEx -- Encapsulates Windows Dialog Functions into One Class
  90. Author:       Arkadiy Olovyannikov
  91. Date:
  92. Link:         http://freevbcode.com/ShowCode.Asp?ID=631
  93.  
  94. ----------------------------------------------------------------------------------------------------------------------
  95.                                                                                        
  96. User Control: CHAMELEON BUTTON - An awesome multi-style button
  97. Author:       gonchuki
  98. Date:         November 11, 2001
  99. Link:         http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=28761
  100.  
  101. ----------------------------------------------------------------------------------------------------------------------
  102.  
  103. User Control: Simple Tab control
  104. Author:       Michael Karathanasis
  105. Date:         July 2000
  106. Link:         http://www.freevbcode.com/ShowCode.Asp?ID=1334
  107.  
  108. ----------------------------------------------------------------------------------------------------------------------
  109.  
  110. User Control: vbAccelerator ListView Control - Implements a ListView using the API
  111. Author:       Steve McMahon
  112. Date:         February 21, 2003
  113. Link:         http://www.vbaccelerator.com/home/VB/Code/Controls/ListView/article.asp
  114.  
  115. Full Credits:  
  116.  
  117.               Thanks in no particular order for getting this to work:
  118.  
  119.               - Dan Litwin for his TreeView demonstrating a whole pile of nice tricks and techniques, particularly
  120.                 a working and workable CustomDraw implementation
  121.               - Mike Gainer for demonstrating the IOLEInPlaceActiveObject code
  122.               - Matt Currland/Bill Storage for writing the OLEGuids TypeLib and publishing the info about it to the
  123.                 VB world
  124.               - VBNet for the ListView tricks section
  125.               - Jeffery. M Richter for Spy++
  126.               - Charlie Kindel, Michael Nelson, Michael Antonio for OLEView
  127.               - Brad Martinez for the fantastic IShellFolderEx_TLB TypeLib
  128.               - Bruce McKinney for Hardcore Visual Basic, CopyMemory, ObjectFromPtr, Subclassing and Timer Assistant
  129.                 (even if it was broken...)
  130.               - Brokenwood - Cricket Pitch Shiraz
  131.               - City Rockers - Futurism 1 & 2 compilations
  132.               - 2 Many DJs - As Heard on Radio Soulwax Pt II
  133.               - KFC
  134.               - Marlboro Lights
  135.               - Lucy C xxx
  136.  
  137.               No thanks:
  138.  
  139.               - Windows Common Controls MSDN documentation - seriously blows goats.
  140.               - MSCOMCTL.OCX - yes I know you had the source code, v. clever, but did you really have to?
  141.               - Western Digital. I want a want an MTBF somewhere in the high
  142.                 trillions of years from now on please.
  143.  
  144.               SteveMac, 2003, vbAccelerator.com, 3:01am.
  145.  
  146. ----------------------------------------------------------------------------------------------------------------------
  147.  
  148.  
  149. Enjoy :)
  150.  
  151.  
  152. Danni.
  153.